From 79cbb1ee8d40017f012bc637eab6dfebd8d71f8d Mon Sep 17 00:00:00 2001 From: Leopold Palomo-Avellaneda Date: Sat, 25 Oct 2014 16:45:17 +0200 Subject: [PATCH] Change install place for cmake files --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/libpcl-dev.install | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) mode change 100644 => 100755 debian/libpcl-dev.install diff --git a/debian/changelog b/debian/changelog index b8a907cb..6e1f216d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pcl (1.7.2-2) UNRELEASED; urgency=medium + + [Leopold Palomo-Avellaneda] + * Change install place for cmake files. Closes #766685. + * Added dh-exec (>=0.3) dependecy. + + -- Leopold Palomo-Avellaneda Sat, 25 Oct 2014 11:30:40 +0200 + pcl (1.7.2-1) unstable; urgency=medium [Thomas Moulard] diff --git a/debian/control b/debian/control index 87df61f9..631fe563 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Thomas Moulard , Leopold Palomo-Avellaneda Section: libs Priority: extra -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 9), dh-exec (>=0.3), cmake, doxygen, doxygen-latex, diff --git a/debian/libpcl-dev.install b/debian/libpcl-dev.install old mode 100644 new mode 100755 index a47a17b1..e84b7081 --- a/debian/libpcl-dev.install +++ b/debian/libpcl-dev.install @@ -1,6 +1,7 @@ +#! /usr/bin/dh-exec usr/include/* usr/lib/*/pkgconfig/* -usr/share/pcl*/*.cmake +usr/share/pcl*/*.cmake usr/lib/${DEB_HOST_MULTIARCH}/cmake/pcl/ usr/lib/*/libpcl_common.so usr/lib/*/libpcl_features.so usr/lib/*/libpcl_filters.so -- 2.30.2